@@ -25,7 +25,7 @@ class SwitchToJsonSerialization < ActiveRecord::Migration |
||
| 25 | 25 |
|
| 26 | 26 |
def set_to_utf8 |
| 27 | 27 |
if mysql? |
| 28 |
- %w[agent_logs agents delayed_jobs events links taggings tags users].each do |table_name| |
|
| 28 |
+ %w[agent_logs agents delayed_jobs events links users].each do |table_name| |
|
| 29 | 29 |
quoted_table_name = ActiveRecord::Base.connection.quote_table_name(table_name) |
| 30 | 30 |
execute "ALTER TABLE #{quoted_table_name} CONVERT TO CHARACTER SET utf8"
|
| 31 | 31 |
end |